/* line 3, ../sass/periodisasi.scss */
.timeline-wrapper {
  display: block;
  width: 90%;
  height: 15rem;
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
/* line 12, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-line {
  display: block;
  width: 93.9%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  -webkit-box-shadow: 0 0 1px black;
  -moz-box-shadow: 0 0 1px black;
  box-shadow: 0 0 1px black;
  left: 3%;
  margin-left: 2.5px;
}
/* line 26, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-day {
  height: 100%;
}
/* line 30, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  width: 11%;
  display: inline-block;
  position: relative;
  height: 100%;
  margin-right: -5px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
  top: -17px;
}
/* line 44, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item > span {
  height: 3rem;
  display: block;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  text-shadow: 0 0 2px black;
  cursor: pointer;
}
/* line 55, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item > span:before {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  background: white;
  margin: 0 auto 0.5em auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px black;
  -moz-box-shadow: 0 0 1px black;
  box-shadow: 0 0 1px black;
}
/* line 71, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50%;
  width: 100%;
}
/* line 79, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 84, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  z-index: 100;
}
/* line 101, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a span {
  position: absolute;
  width: 250%;
  margin-left: -75%;
  bottom: -2rem;
  left: 0;
  font-family: serif;
  font-size: 1.3em;
  font-style: italic;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 1px black;
}
/* line 114, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a span:after {
  content: "\203A";
  margin-left: 0.3em;
}
/* line 122, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item.active {
  width: 10%;
}
/* line 124, ../sass/periodisasi.scss */
.timeline-wrapper .timeline-content-item.active .timeline-content-item-reveal {
  display: block;
}
